inherited WorkspaceSaveAsDialog: TWorkspaceSaveAsDialog Left = 518 Top = 208 Caption = 'Save Workspace As' ClientHeight = 89 ClientWidth = 305 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object EditLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Save current view configuration as:' FocusControl = Edit end object Edit: TUiComboBox Left = 8 Top = 24 Width = 289 Height = 21 AutoComplete = False ItemHeight = 13 TabOrder = 0 OnChange = EditChange OnClick = EditClick OnKeyDown = EditKeyDown end object OkBtn: TUiButton Left = 144 Top = 56 Caption = 'OK' Default = True TabOrder = 1 OnClick = OkClick AutoSize = asRight end object CancelBtn: TUiButton Left = 224 Top = 56 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end